home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 619 b | 35 lines | [TEXT/MPS ] |
- // File: FormStr.fr
- //
- // Contains: Common (Platform independent) resources for Form part
- //
- // Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef FWMENUS_FR
- #include "FWMenus.fr"
- #endif
-
- //----------------------------------------------------------------------------
- // Menus
- //----------------------------------------------------------------------------
-
- resource FW_RMenuBar(kMenuBar)
- {
- {
- FW_RPullDownMenu
- (
- "Form"
- {
- FW_RTextItem(cResetFormCommand, '1', "Reset Form")
- }
- )
- }
- };
-